func github.com/andybalholm/brotli.readSymbol
6 uses
github.com/andybalholm/brotli (current package)
decode.go#L345: func readSymbol(table []huffmanCode, br *bitReader) uint32 {
decode.go#L848: code = readSymbol(table, br)
decode.go#L1102: block_type = readSymbol(type_tree, br)
decode.go#L1505: s.distance_code = int(readSymbol(distance_tree, br))
decode.go#L1576: cmd_code = readSymbol(s.htree_command, br)
decode.go#L1780: p1 = byte(readSymbol(hc, br))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |